home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Toolbox / Menu Defproc 1.0.3 / Concordia.r < prev    next >
Encoding:
Text File  |  1989-10-06  |  737 b   |  23 lines  |  [TEXT/MPS ]

  1. /*============================================================================*\
  2. * Concordia.r - Supplementary resources
  3. *
  4. * Concordia.r contains all supplementary resources for the Concordia MDEF.  All
  5. * one of them.  The only resource is the small icon list for the up and down
  6. * scroll arrows.
  7. \*============================================================================*/
  8.  
  9. #include "Types.r"
  10.  
  11. resource 'SICN' (-12288, purgeable) {
  12.     {    /* array: 3 elements */
  13.         /* [1] */
  14.         $"01 00 03 80 07 C0 1F F0 7F FC",
  15.         /* [2] */
  16.         $"00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"
  17.         $"00 00 00 00 00 00 7F FC 1F F0 07 C0 03 80 01",
  18.         /* [3] */
  19.         $"00 00 01 00 01 00 01 80 01 80 01 C0 01 E0 01 F0"
  20.         $"01 E0 01 C0 01 80 01 80 01 00 01"
  21.     }
  22. };
  23.